@charset "utf-8";
@font-face {
	font-family: "iconfonts";
	src:url("iconfonts.eot");
	src:url("iconfonts.eot?#iefix") format("embedded-opentype"),
		url("iconfonts.woff2") format("woff2"),
		url("iconfonts.woff") format("woff"),
		url("iconfonts.ttf") format("truetype"),
		url("iconfonts.svg#iconfonts") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="i_"]:before, [class*=" i_"]:before{
	font-family: "iconfonts";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.i_facebook:before {
	content: "\e010";
}
.i_twitter:before {
	content: "\e011";
}
.i_google:before {
	content: "\e012";
}
.i_vk:before {
	content: "\e013";
}
.i_linkedin:before {
	content: "\e014";
}
.i_pinterest:before {
	content: "\e015";
}
.i_youtube:before {
	content: "\e016";
}
.i_skype:before {
	content: "\e017";
}
.i_instagram:before {
	content: "\e018";
}

